Skip to content

Commit

Permalink
Make title string a char* literal
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapZA committed Jun 3, 2017
1 parent f12e126 commit bc8473c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#include "../src/graph_penalized_linear_model_cv_data.hpp"
#include "../src/edgenet_gaussian_model_selection.hpp"

static std::string netReg =
"\nnetReg - a network-regularized generalized regression model";
static const char* netReg = "\nnetReg - a network-regularized generalized regression model";

struct data_set
{
Expand Down

0 comments on commit bc8473c

Please sign in to comment.