USGS

Isis 3.0 Object Programmers' Reference

Home

KeywordNotArray.cpp
Go to the documentation of this file.
1 
24 using namespace std;
25 
26 #include "Message.h"
27 
28 QString Isis::Message::KeywordNotArray(const QString &key) {
29  return "Keyword [" + key + "] is not an array";
30 }